home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / DB_CLIPP / 0669.ZIP / DISPNDX.DOC < prev    next >
Text File  |  1985-07-16  |  3KB  |  77 lines

  1.  
  2.              - DISPNDX - 
  3.     A Utility for Displaying dBASE II & III Index File Key Expressions
  4.  
  5. The DISPNDX program and this documentation may be used, copied and 
  6. shared without fee subject to the following conditions:
  7.  
  8.     - Yo may not sell or distribute these materials for profit.
  9.     - These materials are provided on an "as is" basis.
  10.     - No warranty is expressed or implied.
  11.     - The author assumes no responsibility for any damages, whether
  12.       real or imagined, that may occur as a result of using these
  13.       materials.
  14.     - The author will attempt to answer any written questions
  15.       concerning these materials.
  16.  
  17. If you use these materials and find them helpful, you may send a $10
  18. contribution to:                            
  19.  
  20.     David Merrill
  21.     4870 N. Marmora Ave.
  22.     Chicago, IL  60630     
  23.  
  24. Description:
  25.  
  26.     DISPNDX is a utility to display the contents of dBASE II & III
  27. index file key expressions.  The file name, creation date, type of file 
  28. and key expression are listed.  Error messages are provided for empty
  29. datasets and non-dBASE files.  It requires MS-DOS or PS-DOS 2.x or later.
  30.  
  31.     DISPNDX can be run from the DOS prompt or by using the RUN command
  32. under dBASE III.  Console output can be redirected or piped as desired.
  33. You can bring the output of DISPNDX into a database for further analysis
  34. by redirecting the output to a file, USEing one of the two model databases
  35. provided with this library (INDEX2 is for dBASE II, INDEX3 for dBASE III),
  36. and APPENDing from the file with the SDF option.
  37.  
  38. Usage Summary:
  39.  
  40.     DISPNDX [drive:][\path\][filename] [/h] [>device]
  41.         where [..] indicates optional items.
  42.  
  43. Usage Examples:
  44.  
  45.     DISPNDX            -current disk, current subdirectory, *.ndx,
  46.                  print heading, output to console
  47.  
  48.     DISPNDX B:        -B disk, root directory, *.ndx 
  49.                  print heading, output to console
  50.  
  51.     DISPNDX \dbase\        -current disk, dbase subdirectory, *.ndx,
  52.                  print heading, output to console
  53.  
  54.     DISPNDX    inv* /h >inv    -current disk, current subdirectory, inv*.ndx,
  55.                  no heading, output to file "inv"
  56.  
  57.     DISPNDX | SORT         -current disk, current subdirectory, *.ndx
  58.                 -print heading, sort on index file name
  59.  
  60. Sample Output:
  61.  
  62.       dispndx v1.0 - display dBASE index key expressions
  63.       Usage: dispndx [path\filename.ext] [/h] [>device]
  64.      File-------  Created-  Type-  Key Expression---------------
  65.     DUMMY.NDX      7/ 2/85         File is empty...
  66.     SUP.NDX       10/25/84  dbIII  supplier 
  67.     PAYDEPT.NDX    1/ 1/80  dbII   DEPT
  68.     PAYDATE.NDX    1/ 1/80  dbII   PERIOD:END
  69.     ZX.NDX         6/29/85  dbII   c:monthly + c:total + c:interest 
  70.     APPT.NDX       6/30/85  dbIII  Appt_Date 
  71.     INVGET.NDX    10/25/84  dbIII  Inv_Nmbr 
  72.     SUPPLIER.NDX  10/25/84  dbIII  supplier 
  73.     COSTNAME.NDX  10/25/84  dbIII  Name 
  74.     INVOICES.NDX  10/25/84  dbIII  Inv_Nmbr 
  75.     COSTJOBS.NDX  10/25/84  dbIII  Job_Nmbr 
  76.     INFILE.NDX     7/ 2/85         File is not dBASE index file
  77.